crypto/internal/nistec.P256Point.y (field)
20 uses
crypto/internal/nistec (current package)
p256_asm.go#L45: x, y, z p256Element
p256_asm.go#L51: x: p256One, y: p256One, z: p256Zero,
p256_asm.go#L59: p.y = p256Element{0xddf25357ce95560a, 0x8b4ab8e4ba19e45c,
p256_asm.go#L67: p.x, p.y, p.z = q.x, q.y, q.z
p256_asm.go#L95: p256BigToLittle(&r.y, (*[32]byte)(b[33:65]))
p256_asm.go#L96: if p256LessThanP(&r.x) == 0 || p256LessThanP(&r.y) == 0 {
p256_asm.go#L100: p256Mul(&r.y, &r.y, &rr)
p256_asm.go#L101: if err := p256CheckOnCurve(&r.x, &r.y); err != nil {
p256_asm.go#L117: p256Polynomial(&r.y, &r.x)
p256_asm.go#L118: if !p256Sqrt(&r.y, &r.y) {
p256_asm.go#L125: p256FromMont(yy, &r.y)
p256_asm.go#L127: p256NegCond(&r.y, cond)
p256_asm.go#L492: p256Mul(y, &p.y, y)
p256_asm.go#L628: p.x, p.y, p.z = t0.x, t0.y, p256One
p256_asm.go#L629: p256NegCond(&p.y, sign)
p256_asm.go#L723: p256NegCond(&t0.y, sign)
p256_asm.go#L740: p256NegCond(&t0.y, sign)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |